Documents for PDF, .NET Edition Documentation
AddArray Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : AddArray Method
The array whose elements should be added to the end of the StructList<T>.
The zero-based index of the first element in the array to add.
The number of elements to add.
Adds the elements of the specified array to the end of the StructList<T>.
Syntax
'Declaration
 
Public Sub AddArray( _
   ByVal array() As T, _
   ByVal arrayIndex As System.Integer, _
   ByVal count As System.Integer _
) 
public void AddArray( 
   T[] array,
   System.int arrayIndex,
   System.int count
)

Parameters

array
The array whose elements should be added to the end of the StructList<T>.
arrayIndex
The zero-based index of the first element in the array to add.
count
The number of elements to add.
See Also

Reference

StructList<T> Class
StructList<T> Members